#tabs-base .tabs__nav .tabs__nav__list {
    border-top: 1px solid #ccc;
    box-sizing: border-box
}

#tabs-base .tabs__nav .tabs__nav__list .nav__list__item {
    float: left;
    cursor: pointer;
    margin-top: -3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -1px;
    margin-left: -1px;
    border-top: 3px solid transparent
}

#tabs-base .tabs__nav .tabs__nav__list .nav__list__item,
#tabs-base .tabs__nav .tabs__nav__list .nav__list__item p {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #094ebe;
    text-align: center
}

#tabs-base .tabs__nav .tabs__nav__list .nav__list__item-active {
    color: #094ebe;
    border-top: 3px solid #094ebe
}

#tabs-base .tabs__nav .tabs__nav__list .nav__list__item-active p {
    color: #094ebe
}

#tabs-base .tabs__content .tabs__content__list .content__list__item {
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 15px;
    cursor: pointer
}
#tabs-base .tabs__content .tabs__content__list .content__list__item:first-child {
    font-weight: bold;
}

#tabs-base .tabs__content .tabs__content__list .content__list__item .list__item__content {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    color: #232428
}

#tabs-base .tabs__content .tabs__content__list .content__list__item:last-child {
    margin-bottom: 15px
}

#tabs-base .tabs__content .tabs__content__list .content__list__item:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    content: ""
}

#tabs-base .tabs__content .tabs__content__list .content__list__item .item__play {
    color: #005fba;
    padding-right: 2px;
    font-size: 20px;
    height: 18px;
    line-height: 18px;
    vertical-align: top
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-none {
    padding-left: 0
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-none:before {
    display: none
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-number:first-child {
    padding-left: 18px
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-number:first-child:before {
    left: -3px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    content: "1";
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    transform: scale(.75);
    color: #ff4500
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-number:nth-child(2) {
    padding-left: 18px
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-number:nth-child(2):before {
    left: -3px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    content: "2";
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    transform: scale(.75);
    color: orange
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-number:nth-child(3) {
    padding-left: 18px
}

#tabs-base .tabs__content .tabs__content__list .content__list__item-number:nth-child(3):before {
    left: -3px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    content: "3";
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    transform: scale(.75);
    color: green
}

.content-border {
    box-sizing: border-box;
    padding: 0 8px
}

#tabs-border {
    border: 1px solid #ccc
}

#tabs-border .tabs__nav {
    display: flex
}

#tabs-border .tabs__nav .tabs__nav__list {
    flex: 0 1 auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box
}

#tabs-border .tabs__nav .tabs__nav__list .nav__list__item {
    float: left;
    cursor: pointer;
    margin-top: -3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -1px;
    margin-left: -1px;
    border-top: 3px solid transparent
}

#tabs-border .tabs__nav .tabs__nav__list .nav__list__item,
#tabs-border .tabs__nav .tabs__nav__list .nav__list__item p {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    color: #094ebe;
    text-align: center
}

#tabs-border .tabs__nav .tabs__nav__list .nav__list__item-active {
    color: #094ebe;
    border-top: 3px solid #094ebe
}

#tabs-border .tabs__nav .tabs__nav__list .nav__list__item-active p {
    color: #094ebe;
}

#tabs-border .tabs__nav .tabs__nav__more {
    flex: 1 1 auto;
    padding-right: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: #666;
    text-align: right;
    cursor: pointer
}

#tabs-border .tabs__nav .tabs__nav__more .more__btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: #666
}

#tabs-border .tabs__nav .tabs__nav__more:hover .more__btn,
#tabs-border .tabs__nav .tabs__nav__more:hover {
    color: #005fba
}

#tabs-border .tabs__nav .tabs__nav__more .iconfont {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-left: 2px
}

#tabs-border .tabs__content {
    padding: 0 8px
}

#tabs-border .tabs__content .tabs__content__list .content__list__item {
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 15px;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    color: #232428;
    cursor: pointer
}
#tabs-border .tabs__content .tabs__content__list .content__list__item:first-child {
    font-weight: bold;
}
#tabs-border .tabs__content .tabs__content__list .content__list__item .list__item__content {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    color: #232428
}

#tabs-border .tabs__content .tabs__content__list .content__list__item:last-child {
    margin-bottom: 15px
}

#tabs-border .tabs__content .tabs__content__list .content__list__item:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    content: ""
}

#tabs-border .tabs__content .tabs__content__list .content__list__item .item__play {
    color: #005fba;
    padding-right: 2px;
    font-size: 20px;
    height: 18px;
    line-height: 18px;
    vertical-align: top
}

#tabs-border .tabs__content .tabs__content__list .content__list__item .item__source {
    display: inline-block;
    color: #999;
    padding-right: 5px;
    font-size: 16px;
    margin: 1px 0;
    height: 16px;
    line-height: 16px;
    border-right: 2px solid #777
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-none {
    padding-left: 0
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-none:before {
    display: none
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-number:first-child {
    padding-left: 18px
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-number:first-child:before {
    left: -3px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    content: "1";
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    transform: scale(.75);
    color: #ff4500
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-number:nth-child(2) {
    padding-left: 18px
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-number:nth-child(2):before {
    left: -3px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    content: "2";
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    transform: scale(.75);
    color: orange
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-number:nth-child(3) {
    padding-left: 18px
}

#tabs-border .tabs__content .tabs__content__list .content__list__item-number:nth-child(3):before {
    left: -3px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    content: "3";
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
    transform: scale(.75);
    color: green
}

.content-border {
    box-sizing: border-box;
    padding: 0 8px
}